Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.web.servlet.springmvc.errorhandling.errorpageswithoutspringmvc
Package-level
declarations
Types
Types
My
Error
Pages
Configuration
Link copied to clipboard
@
Configuration
(
proxyBeanMethods
=
false
)
open
class
MyErrorPagesConfiguration
@
Configuration
(
proxyBeanMethods
=
false
)
class
MyErrorPagesConfiguration
My
Filter
Link copied to clipboard
class
MyFilter
:
GenericFilterBean
My
Filter
Configuration
Link copied to clipboard
@
Configuration
(
proxyBeanMethods
=
false
)
open
class
MyFilterConfiguration
@
Configuration
(
proxyBeanMethods
=
false
)
class
MyFilterConfiguration
Some
Controller
Link copied to clipboard
class
SomeController